Welcome![Sign In][Sign Up]
Location:
Search - dll example

Search list

[Graph programTypesImageView

Description: CImageObject 这个类库可以处理BMP、GIF、PCX、TGA、JPG、TIF格式的图像文件,而且具有图像点处理、图像区域处理的功能,你所要做的只是调用函数而已,不必清楚这些图像文件的内部格式。注意例子中并不包含类库的代码,请一起下载CImageObject代码。另外,在运行时请确保在系统目录或你的可执行文件目录下有ImageLoad.dll。(也在CImageObject中)-CImageObject the library can handle BMP, GIF, PCX, TGA, JPG, TIF format image files, and images with point processing, image processing functions regional, you have to do it is the function call and not aware of these images document the internal format. Attention example does not include class library code, please join CImageObject download code. In addition, please ensure that the operation of the system directory or your executable file directory under ImageLoad.dll. (Also CImageObject)
Platform: | Size: 575488 | Author: 王晓名 | Hits:

[ActiveX/DCOM/ATLstdcall

Description: 一个经典的dll例子!可以看一下,对初学都很有用-dll a classic example! Look at it, very useful for beginners
Platform: | Size: 55296 | Author: fds | Hits:

[GUI Developbasiccontrol

Description: 一个界面编程的简单实例,里面包含了组合框,按钮,编辑框几乎所有界面控件的使用。特别适用于初学者。强烈推荐-a simple programming interface example, which contains a combination of frames, buttons, edit box interface controls almost all use. Particularly applicable to beginners. Strongly recommended
Platform: | Size: 359424 | Author: 施家栋 | Hits:

[Internet-NetworkSockDemo

Description: 一个网络编程的很好的例子 scoket的应用-a good example of the application of scoket
Platform: | Size: 39936 | Author: 高洋 | Hits:

[ADO-ODBCvcaccess

Description: VC用ADO操作数据库示例 里面用到了CCinderString类,这是我自己编写的一个字符串操作类,主要进行了一些字符串的处理,针对示例的SQL语句使用的,与ADO方法无关。比如: GetNow方法,获得当前时间的字符串格式"YYYY-MM-DD hh:mm:ss"等,就不附加进来了。 另:使用ADO必须在stdafx.h中添加引用: #import "c:\Program Files\Common Files\System\ADO\msado15.dll" no_namespace rename("EOF", "EndOfFile") rename("BOF","FirstOfFile") 转载来源: 开源盛世-源代码下载网 www.vscodes.com -VC database with ADO operating inside example uses CCinderString category, This is my own preparation of a string operations, mainly carried out some string, against examples of the use of SQL, has nothing to do with ADO methods. For example : GetNow method, the current time format string "YYYY-MM- DD hh : mm : ss ", not additional to come through. Alternative : use ADO in stdafx.h adding quote :# import "c : \ Program Files \ Common Files \ System \ ADO \ MSA do15.dll "no_namespace rename (" EOF " "EndOfFile") rename ( "BOF" "FirstOfFile") reproduced Source : revenue Spirit-source code download network www.vscodes.com
Platform: | Size: 4096 | Author: 无名 | Hits:

[OpenGL program5.9

Description: 因为这个是用OpenGL做成的。要成功运行你必须有OpenGL的三个库文件,但是只要是会用OpenGL的人都会知道这三个文件是什么(光靠vc++6.0中的那个库不行,还要有三个,会用OpenGL的人都会放这三个文件,因为要放在三个地方,比如有放在 system32文件中的glut32.dll) 这个是本人的为系主任老师编写的设计程序,保证能用,如果版主对OpenGL不太了解的话,可以相信我,我保证下这个的人都会用-because this is made of OpenGL. To be successful you have to have running OpenGL three libraries, But only with OpenGL will of the people will know that this is what the three documents (vc 6.0 alone that the library No, there are still three, we can use OpenGL people will take these three documents, because on the three places, For example, a document on the system32 glut32.dll) This is my teacher for Head the preparation of the design process, can use to ensure that, if the moderator of OpenGL do not quite understand, you can believe me, I guarantee the person will be able to use
Platform: | Size: 3078144 | Author: fancy | Hits:

[GUI Developtestrun0510

Description: Web 应用程序日渐复杂,对它们的测试工作也变得越来越重要。有很多测试技术可供你选择使用。例如,在 2005 年 4 月份的 MSDN 杂志中,我描述了一个基于 JScript 的简单系统,它使用 IE 的文档对象模型(Internet Explorer Document Model)来完整地测试某个 Web 应用程序的用户界面。这个技术很有效,但是在几个方面存在着缺陷。我的一些同事问我是否能使用 .Net 框架编写功能更强,但仍然 是轻量级的 Web 应用程序用户界面自动化测试程序。在这个月的专栏文章中,我将向你们展示怎样达到这个目的。这个低层技术要求直接调用 fmshtml.dll 和 shdocvw.dll 动态链接库来访问和操纵 IE 浏览器客户区中的 HTML 对象。 -Web applications are becoming increasingly complicated, the test of their work has become increasingly important. A lot of testing technology for the use of your choice. For example, in April 2005 the MSDN magazine, I described a simple JScript based system, it uses IE's Document Object Model (Internet Explorer Document Mod el) to complete testing a Web application user interface. This technology is very effective, but there are several shortcomings. Some of my colleagues asked if I could use. Net framework of the preparation of functional and it is still lightweight Web application user interface automated test procedures. In this month's column, I will show you how to achieve this aim. The lower technical requirements and called directly fmshtml.dll Shdocvw.dll dynamic link libra
Platform: | Size: 121856 | Author: 冯伟 | Hits:

[uCOSDisplayerEx3

Description: 这个例子是例子2的另一种写法(但任务数量不同),它使用了最高优先级任务作为显示任务,全局变量ShowChar作为参数.函数TaskB是优先级1~10的任务函数,因为没有使用局部变量,这些任务可以用一个函数. 注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\temp中,您可以在Project->Options for Target "Target 1"的output页点击Select Folder for Objects...和Listing页点击Select Folder for Listing...改变. 感谢网友John X. Liu,在这个例子中我使用了他编写的仿真dll(Pc51Emu.dll),这个dll原来是为他移植的Ucos-ii for keil c51的例子编写. (2)Pc51Emu.dll在KEIL C51 V6.23 V7.00工作不正常. -this example is another example of a two way (but the number of different tasks), it uses the highest-priority task, as shown mandate, ShowChar global variable as a parameter. TaskB function is a priority task to ten function, because no use local variables, these tasks can use a function. attention : (1) in KEIL C51 project, I have incorporated the output directory in e : \ temp, you could Project-
Platform: | Size: 5120 | Author: 邢兰停 | Hits:

[GDI-Bitmaptuxiangwenjian

Description: ImageView.zip CImageObject 这个类库可以处理BMP、GIF、PCX、TGA、JPG、TIF格式的图像文件,而且具有图像点处理、图像区域处理的功能,你所要做的只是调用函数而已,不必清楚这些图像文件的内部格式。注意例子中并不包含类库的代码,请一起下载CImageObject代码。另外,在运行时请确保在系统目录或你的可执行文件目录下有ImageLoad.dll。(也在CImageObject中) bitmap_ocx.zip 一个自适应大小的位图控件 bitmap_ocx2.zip 一个自适应大小的位图控件演示程序 bmp_in.zip 在多文档客户区中增加位图底图演示程序 bmp_in2.zip 在多文档客户区中增加位图底图 tga2gif.zip TGA文件转换为GIF文件。-ImageView.zipCImageObject this library can handle BMP, GIF, PCX, TGA, JPG, TIF format image files, but also the image point processing, image processing functions of the region, you have to do is call the function but do not have to clear these image files internal format. Note the example code does not contain a class library, please download CImageObject code together. In addition, make sure that the run-time in the system directory or directory of your executable file under ImageLoad.dll. (Also CImageObject in) bitmap_ocx.zip the size of a bitmap adaptive control adaptive bitmap_ocx2.zip the size of a bitmap demo program control in a multi-document bmp_in.zip customer area to add bitmap base map in the demo program bmp_in2.zip multi-document area to increase customer base tga2gif.zipTGA bitmap files into GIF files.
Platform: | Size: 738304 | Author: yanglin | Hits:

[GUI Developdllinput

Description: 一个动态链接库的例子 一个动态链接库的例子 一个动态链接库的例子-a dynamic link library example of a dynamic link library examples of a dynamic link for example
Platform: | Size: 334848 | Author: 鬼鬼 | Hits:

[Process-Thread[delphi]MemDll_unit_example

Description: MemDll unit example,在内存中运行DLL。gooD-MemDll unit example, in memory running DLL. GooD!
Platform: | Size: 34816 | Author: 二点 | Hits:

[GUI Developmapxuselayers

Description: mapx的示例程序,使用图层示例,VB+MAPX+SQL SERVER 2-MapX example, the use of layers example, VB Connection SQL SERVER 2
Platform: | Size: 6144 | Author: 王义 | Hits:

[OtherCCallJava

Description: VC调用java的简单例子。需要注意jvm.dll路径,路径不对就不能成功!-VC called a simple example. Attention jvm.dll path, the road would not be wrong!
Platform: | Size: 3167232 | Author: juma | Hits:

[Delphi VCLFr3ReportDLL

Description: 把封装部分FastReport的功能为dll.可以运用到其他开发环境。比如ASP.NET中。其中有相关的实例程序。-put some of the functions of FastReport dll. Can be applied to other development environments. For example, ASP.NET. These are examples of relevant procedures.
Platform: | Size: 3826688 | Author: 秦三 | Hits:

[ActiveX/DCOM/ATLhowtomakeCOM

Description: 如何创建基于COM的DLL程序 以一个ToolBox.dll的创建过程为例说明如何用MFC建立基于COM的DLL程序。-how to create DLL COM-based processes to the creation of a process ToolBox.dll example shows how to use COM-based MFC DLL procedures.
Platform: | Size: 2589696 | Author: xiewei | Hits:

[VHDL-FPGA-VerilogVerilog-HDL

Description: 本CD-ROM包括《Verilog-HDL实践与应用系统设计》一书中的全部例子,这些例子全部通过了验证。第七章以后的设计实例,不仅有Verilog-HDL的例子,也附了包括VB、VC++等源程序,甚至将DLL的生成方法也详尽地作了说明。 -the CD-ROM include "Verilog-HDL Practice and Application System Design," a book the whole Examples of these examples were passed certification. After the seventh chapter, a design example is not only Verilog-HDL example, the report include VB, VC and other source files, even DLL generator also described in detail.
Platform: | Size: 784384 | Author: 东子 | Hits:

[Multimedia DevelopMP3-coder

Description: mp3编码器实例,一本c++的变成实例中的一个,不错的哦-mp3 encoder example, a c++ becomes an example of, oh good
Platform: | Size: 2299904 | Author: 王铮 | Hits:

[CommunicationPB_rdDLL

Description: 这是一个pb调用dll,进行读卡器操作的例子-This is a call dll pb for example reader operation
Platform: | Size: 16384 | Author: 朱良涛 | Hits:

[Mathimatics-Numerical algorithmscrc-ccitt

Description: CRC-CCITT码: G(x)=X16+X12+X5+1 多项式为 0x08408 用VC++写的DLL 用VB调用的 有调用实例 -CRC-CCITT code : G (x) = X16 X12 X5 to a polynomial with VC 0x08408 written with VB DLL called the Call example
Platform: | Size: 234496 | Author: 李慎丹 | Hits:

[RFIDMPR_DLL_w_license

Description: WJ Communications RFID example code
Platform: | Size: 1969152 | Author: Nathanan | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

CodeBus www.codebus.net